home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
password
/
source
/
mystartup.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-07-10
|
450b
|
29 lines
#ifndef MYSTARTUP_H
#define MYSTARTUP_H
/*
** $Filename: MyStartup.h $
** $Release: 1.0 $
** $Date: 92/05/01 $
**
** MyStartup.o include file
**
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
void __regargs exit(long);
extern union
{
char *CommandLine;
struct WBStartup *WBenchMsg;
} Startup;
extern int CommandLineLength;
extern struct DosLibrary *DOSBase;
extern struct ExecBase *SysBase;
#endif /* MYSTARTUP_H */